home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / Demos / TrapezeDemo / Trapeze Help / Trapeze Help.rsrc / HELP_2074_polyreg < prev    next >
Encoding:
Text File  |  1987-07-08  |  428 b   |  6 lines

  1. polyreg ( y, x, n, correlation* )
  2. polynomial regression
  3.  
  4. y╤column block with dependent variables; x╤column block with independent variables, must be same # of rows as y; n╤degree of polynomial; correlation╤optional nonzero flag to include coefficient.
  5.  
  6. polyreg creates a block which has 1 more row than the degree of the polynomial (2 more if correlation is nonzero) containing  coefficients of x (and correlation coefficient).